home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TTMLOCATIONFORM / TTMLOCATIONFORM.txt
Encoding:
Text File  |  1999-05-28  |  1.2 KB  |  62 lines

  1. object TMLocationForm: TTMLocationForm
  2.   Left = 331
  3.   Top = 443
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TeleMagic Installation Location'
  7.   ClientHeight = 119
  8.   ClientWidth = 350
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 11
  19.     Top = 26
  20.     Width = 238
  21.     Height = 13
  22.     Caption = 'Please enter the location of TeleMagic Installation:'
  23.   end
  24.   object ModifyButton: TButton
  25.     Left = 269
  26.     Top = 38
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Modify'
  30.     TabOrder = 1
  31.     OnClick = ModifyButtonClick
  32.   end
  33.   object OkButton: TButton
  34.     Left = 97
  35.     Top = 86
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     Default = True
  40.     TabOrder = 2
  41.     OnClick = OkButtonClick
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 177
  45.     Top = 86
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&Cancel'
  50.     TabOrder = 3
  51.     OnClick = CancelButtonClick
  52.   end
  53.   object edtTMLocation: TEdit
  54.     Left = 9
  55.     Top = 41
  56.     Width = 259
  57.     Height = 21
  58.     Enabled = False
  59.     TabOrder = 0
  60.   end
  61. end
  62.